;;; QQ:67762207
%100
+40
+1
[@main]
#IF
checkpkpoint 2
#SAY
Butchers like you, I am too lazy reasons you. \ \
<Close/@exit>
#ELSESAY
Welcome to, what else? \
<Buy/@buy> Meat \
<Sell/@sell> Meat \ \
With (FCOLOR/10) <$NPCNAME> (FOCLOR/12) <dialogue/@TalkToQuest> \ \
<Abandoned/@exit>

[@buy]
#SAY
_I am sorry, you wanted to say, 'pick what you want to bar', but because at present only dried meat, I can not do anything. \ \
<Pre-step/@main>

[@sell]
#SAY
_Fresh meat, then please sell me, as to the price you can be assured. \ \
<Pre-step/@main>

[Goods]
Dried meat 10 1

[@TalkToQuest]
#ACT
Mov D0 0

#IF
Check [209] 1
Check [409] 0

#SAY
<On the dialogue with today's tasks./@CALL_Npc_TodayQuest> \
# ACT
Mov D0 1

#IF
check [101] 1
check [301] 0
checkjob Taoist
#SAY
<On the task of dialogue. / @ CALL_AreaQuest_5> \ \
#ACT
Mov D0 1

#IF
!Equal D0 1
#ACT
goto @NoQuest_Say
break

[@NoQuest_Say]
#SAY
_Meat or pork in Need ah. \ \
_<Close/@exit>



[@CALL_AreaQuest_5]
#CALL [AreaQuest\ChoBoGuide1\ChoBoGuide1_Taoist.txt] @Basic_Taoist_5

[@CALL_Npc_TodayQuest]
#CALL [TodayQuest\QT_NPCSetting.txt] @NPCSetDairyQuest

[@everythingreward]
#CALL [System\TotalRewardSystem.txt] @TotalRewardSystem
;;; QQ: 67762207